Add Webhook Addresses
POST/webhook/add-addresses
Add new addresses to a webhook
Request
Query Parameters
apiKey stringrequired
Example: {{publicKey}}
Header Parameters
API-SECRET stringrequired
Example: {{secretKey}}
- application/json
Body
webhookId string
addresses string[]
Responses
- 201
Created
- application/json
- Schema
- Example (from schema)
Schema
_id string
webhookId string
address string
__v number
createdAt string
updatedAt string
[
null
]
Loading...